home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / business / aesti967.zip / -FILES.BAT < prev    next >
DOS Batch File  |  1996-07-07  |  2KB  |  51 lines

  1. echo off
  2. cls
  3. echo.
  4. echo   File List
  5. echo   ─────────
  6. echo    Install Files
  7. echo      INSTALL.EXE           I-HELLO.DOC        I-ERROR.DOC
  8. echo      INSTALL.DOC           I-BYE.DOC
  9. echo.
  10. echo    Main AEsti Files
  11. echo      AESTI.EXE       Main Program
  12. echo      AESTI.INI       Default settings are saved in this file
  13. echo      ATYPES.INI      QuickCost Building Rates
  14. echo      AESTI.PIF       Windows PiF file
  15. echo      AESTI.ICO       Windows Icon file
  16. echo.
  17. echo      HELPMAN.EXE     Stand alone help utility uses -MANUALE.HLP
  18. echo      VIEW.EXE        Plain ASCii text file viewer
  19. echo.
  20. echo      -ORDER.DOC      Order form, pricing and licence info
  21. echo      -COMMENT.DOC    Customer comment form
  22. echo      -MANUALE.HLP    Help file
  23. echo      -MANUALE.DOC    Plain ASCii help file for printing
  24. echo.
  25. echo.
  26. echo                    ─── press a key to continue ───
  27. pause>nul
  28. cls
  29. echo.
  30. echo    Demonstration Data Files
  31. echo      DEMO.EST        Example Estimate
  32. echo      TEMPLATE.EST    Template Estimate with most common section headings
  33. echo      MATERIAL.LIS    Empty list file
  34. echo.
  35. echo    Files Created by AEsti
  36. echo      *.EST           Estimate files
  37. echo      *.DBE           Material Data Base files
  38. echo      *.LIS           List of Data Bases used when Auto Costing
  39. echo.
  40. echo    Batch Files
  41. echo      GO.BAT          How to get it going
  42. echo      -ADVERT.BAT     Other shareware software
  43. echo      -EXIST.BAT      Upgrades an existing version
  44. echo      -INSTALL.BAT    Use if INSTALL.EXE fails to install correctly
  45. echo      -FILES.BAT      List of files, this batch file
  46. echo      -HELP.BAT       Starts stand alone help util
  47. echo      -PRINT.BAT      Prints the help file to a printer
  48. echo      -VENDOR.BAT     Notes for shareware libraries
  49. echo      -WINDOWS.BAT    How to install into Windows v3.xx
  50. echo.
  51.